Skip to main content

All Questions

Tagged with
2votes
1answer
100views

apk update -- WARNING: opening /repo: No such file or directory for existing repo

I'm trying to collect apk packages to local repo to install them later. But apk update says that this repo directory does not exists (what is not true). It does not depend on actual location and is ...
Demetry Pascal's user avatar
0votes
0answers
135views

Docker daemon DNS fails

Summary of question: When trying to docker pull from any repository other than the default, e.g. docker pull mcr.microsoft.com/dotnet/sdk:8.0 the command fails with dial tcp: lookup mcr.microsoft.com ...
Aviad P.'s user avatar
0votes
2answers
3kviews

Unable to install or upgrade to specific version of alpine/expat 2.6.0-r0 in alpine docker image

Due to latest vulnerability detected CVE-2023-52425, CVE-2023-52426, I need to upgrade alpine/expat 2.5.0-r2 to expat 2.6.0-r0 in my alpine docker image. I tried various ways (see below) to upgrade ...
TJL's user avatar
0votes
1answer
1kviews

Trying to install postgresql16-client on an Alpine Docker Container

I'm trying to create a Docker container with postgresql16-client but i'm getting an error saying that the package does not exist. I'm going to also install dotnet 8 on this container in order to run ...
mig50's user avatar
1vote
1answer
889views

Alpine linux: replace BusyBox tail to GNU tail

I need to use the tail ... --pid=PID option in my docker container that is based on Alpine image in order to I can kill the running background tail process automatically. Unfortunately the BusyBox ...
zappee's user avatar
0votes
2answers
1kviews

Which software installer should I use with Alpine?

I am experimenting with the Python Docker container, which seems to use Alpine Linux. I'm not familiar with Alpine and I don't see it listed as an option for installing software. On Alpine, should I ...
Arthur's user avatar
1vote
1answer
3kviews

How to install package in alpine in a specific folder using apk package manager?

I am trying to install a package in an Alpine Docker image. I am able to install the package and also able to verify them but now I want to install all the packages in my current working directory, ...
nishko's user avatar
0votes
0answers
1kviews

Embed script into docker container to run after main process starts

For a particular docker image (based on alpine) I want to run some custom code after the container starts. I want that code inside the container, so it's easy to use and everything is self-contained. ...
lonix's user avatar
  • 1,945
3votes
1answer
3kviews

What is included in the Alpine Linux Docker image?

Which standard Linux command line tools are included in the official Alpine Linux Docker image? (Which, which you would expect, are missing?) I tried to Google this but was not successful.
J Fabian Meier's user avatar
0votes
1answer
3kviews

Device "ip_tables" does not exist on Alpine Linux

I'm trying to run a docker-in-docker (dind) (more specifically, docker:22.06.0-beta.0-dind-rootless) image on a Alpine Linux host, that is running inside VirtualBox, whenever the container starts up, ...
henriquehbr's user avatar
8votes
3answers
38kviews

How to install specific version of python on Alpine linux

I am using docker's official docker image and want to install python3.9.6 Running this installs python 3.10.x apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python and I can't ...
hdw3's user avatar
  • 181
0votes
1answer
1kviews

How to downgrade the kernel in Alpine Linux (in Docker)?

I'm looking to test a DirtyPipe PoC and I need a vulnerable kernel version (5.8-5.15) to test on. I'm running an Alpine container in Docker for this purpose however am open to other Linux distros (...
belkarx's user avatar
1vote
1answer
10kviews

Puppeteer in alpine docker with chromium headless dosent seems to work

I'm trying to use pageres in my bash script for grabbing screenshot in heruko. But running pageres with alpine:latest throws error with puppeteer. at onClose (/usr/local/lib/node_modules/pageres-cli/...
sauraj's user avatar
2votes
1answer
911views

SSH server refuses multiple connections from same client

I have a simple openssh server running in a Alpine Linux 3.15 Docker container, and a another container, also running the same version of Alpine of the SSH server) that runs a X server with dwm I'm ...
henriquehbr's user avatar
0votes
2answers
1kviews

How can I get ng e2e to run under Alpine: it currently returns E/launcher - Error: spawn <location> 5 ENOENT

I'm running npx ng e2e from a docker CI environment under GitLab,. When I run it I get totally mundane setup/installation of chrome/webdriver.. [19:57:28] I/file_manager - creating folder /builds/...
Evan Carroll's user avatar

153050per page
close